ActiveReports 12
ReportItemCollection Constructor(IEnumerable<ReportItem>)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > ReportItemCollection Class > ReportItemCollection Constructor : ReportItemCollection Constructor(IEnumerable<ReportItem>)
The items of the collection.
Creates new instance of the ReportItemCollection with a given set of items.
Syntax
'Declaration
 
Public Function New( _
   ByVal items As IEnumerable(Of ReportItem) _
)
public ReportItemCollection( 
   IEnumerable<ReportItem> items
)

Parameters

items
The items of the collection.
See Also

Reference

ReportItemCollection Class
ReportItemCollection Members
Overload List